home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / program / gemxx19.zoo / gem++19 / man / gemimgo.man < prev    next >
Text File  |  1993-05-04  |  1KB  |  43 lines

  1.                      GEM++ - C++ LIBRARIES FOR GEM/AES/VDI
  2.  
  3.  
  4.  
  5. NAME
  6.      GEMimageobject - use an IMG as the image for an object.
  7.  
  8. DESCRIPTION
  9.      The IMG class provides a powerful interface to IMG objects.
  10.      This class allows that interface to be used for manipulating the
  11.      graphics of a GEMobject.
  12.  
  13.      Note that updates to the IMG are NOT FLUSHED to the GEMobject
  14.      display.  Once an IMG is modified, GEMobject::Redraw() should be
  15.      called... but try to batch changes, as Redraw() has an overhead.
  16.  
  17. CONSTRUCTORS
  18.      GEMimageobject(GEMform& f, int RSCindex, IMG& data)
  19.      GEMimageobject(GEMform& f, int RSCindex, IMG& data, IMG& mask)
  20.        Create a GEMimageobject with graphics defined by the given
  21.        data [and mask] IMG.
  22.  
  23. SEE ALSO
  24.      IMG, GEMobject
  25.  
  26. BUGS
  27.      Bugs in GEM++ should be reported to warwick@cs.uq.oz.au
  28.  
  29. AUTHOR
  30.      Warwick Allison, 1993.
  31.      warwick@cs.uq.oz.au
  32.  
  33. COPYING
  34.      This functionality is part of the GEM++ library,
  35.      and is Copyright 1993 by Warwick W. Allison.
  36.  
  37.      GEM++ is free and protected under the GNU Library General Public
  38.      License.
  39.  
  40.      You are free to copy and modify these sources, provided you
  41.      acknowledge the origin by retaining this notice, and adhere to
  42.      the conditions described in the GNU LGPL.
  43.